chore: downmerge main to dev#652
Merged
Merged
Conversation
fix: merge from dev to main
Added disclaimer regarding AI solutions and associated risks.
docs: Added disclaimer in README.md
Removed unnecessary line break from README.
docs: update README by removing compliance disclaimer section
Added a disclaimer regarding AI solutions and compliance.
docs: Add disclaimer for AI solutions and compliance
docs: Update README.md
Roopan-Microsoft
approved these changes
Nov 24, 2025
Contributor
|
🎉 This PR is included in version 3.15.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request introduces a new development environment under
infra/vscode_webto support deploying and testing Azure AI Foundry templates directly in VS Code for the Web. It provides sample code, environment configuration, documentation, and scripts to streamline setup and usage for both connection string and endpoint-based authentication scenarios. Additionally, the mainREADME.mdis updated to include a transparency note and a new badge for opening the project in Visual Studio Code Web.Key additions and updates:
1. New VS Code for the Web Environment
infra/vscode_webincluding:codeSample.py,endpointCodeSample.py) [1] [2]requirements.txt,endpoint-requirements.txt).env)install.sh)README.md,README-noazd.md) [1] [2].gitignoreandLICENSEfiles [1] [2]index.json)2. Documentation and Usability Improvements
README.mdto add a responsible AI transparency note and a new badge for opening the project in Visual Studio Code Web [1] [2].3. Environment and Dependency Management
.envtemplate and.gitignorefor managing environment variables and ignoring build/user files in the new environment [1] [2].4. Sample Code for Azure AI Foundry
5. Licensing
LICENSEfile for the new environment.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information